home *** CD-ROM | disk | FTP | other *** search
- { RestOps.inc restores the state of the compiler options }
-
- {$ifndef CSSaved}
- {$error: Can't include this file without}
- { including SaveOpts.inc first }
- {$endif}
- {$ifdef CSB}{$B+}{$undef CSB}{$else}{$B-}{$endif}
- {$ifdef CSF}{$F+}{$undef CSF}{$else}{$F-}{$endif}
- {$ifdef VER60}
- {$ifdef CSG}{$G+}{$undef CSG}{$else}{$G-}{$endif}
- {$endif}
- {$ifdef CSI}{$I+}{$undef CSI}{$else}{$I-}{$endif}
- {$ifdef CSR}{$R+}{$undef CSR}{$else}{$R-}{$endif}
- {$ifdef CSS}{$S+}{$undef CSS}{$else}{$S-}{$endif}
- {$ifdef CSV}{$V+}{$undef CSV}{$else}{$V-}{$endif}
- {$undef CSSaved}